| Method | Request URI |
|---|---|
| GET | /API/DataCube/QueryDataCubeInfos/?projectId=value&tenantId=value&storageType=value&jobRunResult=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| projectId | The project ID. Use null when requesting information for all projects. |
| tenantId | The tenant ID. Use null when requesting information for all tenants. |
| storageType | The storage type by which to filter the data cubes. |
| jobRunResult | The job result by which to filter the data cubes. |
| sessionId | The current session ID. Specifying via an Authorization request header instead is recommended. |
| Authorization: Bearer <Current session ID> |